home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
vol_400
/
432_01
/
ptmid3
/
samples.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-07-02
|
281 b
|
17 lines
/*
* samples.c: Header for routines for Ptmid to deal with samples.
*
* author: Andrew Scott
*
* date: 30/6/1994
*/
#ifndef _SAMPLESH
#define _SAMPLESH
unsigned FreqGetFn(Sz fnSample);
long LenOutPfileFn(FILE *pfileOut, Sz fnSample, int fSignout);
#endif